home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / awksrc.zip / README~1.ULT < prev    next >
Text File  |  1992-06-16  |  1KB  |  24 lines

  1. When compiling on DECstation running Ultrix 4.0 a command 'cc -c -O
  2. regex.c' is causing an infinite loop in an optimizer.  Other sources
  3. compile fine with -O flag.  If you are going to use this flag either
  4. add a special rule to Makefile for a compilation of regex.c, or issue
  5. 'cc -c regex.c' before hitting 'make'.
  6.  
  7. From:    Steve Simmons <scs@wotan.iti.org>
  8. Subject: Non-bug report on gawk 2.13.2
  9. To:    david@cs.dal.ca, arnold@skeeve.atl.ga.us
  10. Date:    Thu, 25 Jul 1991 13:45:38 -0300
  11.  
  12. Just fyi -- it passes tests with flying colors under Ultrix 4.2.  The
  13. README.ultrix file applies more than ever.  You might want to add
  14. these paragraphs to it:
  15.  
  16.  As of Ultrix 4.2 the optimise works for regex.c, but you must give an
  17.  additional switch to get everything optimised.  Using '-Olimit 1500'
  18.  does the job.  Without the switch gawk will compile and run correctly,
  19.  but you will get complaints about lost optimisations in builtin.c,
  20.  awk.tab.c and regex.c.
  21.  
  22.  The configure for ultrix4.1 works just fine for ultrix4.2
  23.  
  24.